Skip to content

Instantly share code, notes, and snippets.

@sttor
sttor / sast_article.md
Last active August 18, 2026 09:38
DevSecOps - Top Four OpenSource SAST tools for your CI/CD pipeline

DevSecOps - Top Four OpenSource SAST tools for your CI/CD pipeline

DevSecOps stands for Development, Security and Operations. DevSecOps involves introducing security practices and integrating tools earlier in the software development life cycle (SDLC), rather than treating security as a separate, post-development activity.

Static Application Security Testing (SAST) is one of the key security practices that can be integrated into DevSecOps. It is a type of security testing that analyzes the source code of an application to identify potential security vulnerabilities before the code is deployed. SAST tools scan the source code line by line, looking for security weaknesses such as buffer overflow, SQL injection, cross-site scripting (XSS), and other vulnerabilities that could be exploited by attackers. SAST can be done for a variety of programming languages, including C/C++, Java, Python, Ruby, and others. It can be integrated into a Continuous Integration/Continuous Deployment (CI/CD) pipeline, allowing de

@djibe
djibe / windows11-25H2-tpm-secureboot.md
Last active August 18, 2026 09:34
Install Windows 11 25H2 without TPM and Secure Boot requirements

Install Windows 11 25H2 without TPM and Secure Boot requirements

Alternative: use FlyoobeApp.zip (FlyOOBE) to create an customized ISO.

  1. Create a Windows 11 ISO with Microsoft's Media Creation Tool
  2. Install Setup Patchium and run it (or try latest Rufus version directly and patch from there)
  3. Home tab: Select ISO, wait during processing
  4. Go to Install > Uncheck Remove upgrade and Check Disable Windows 11 compatibility restrictions, click Apply
  5. Optional: To install without a Microsoft account, go to Install OOBE tab. Click Integrate lumOOBE. This will break sysinstall.
  6. Click on Create ISO button
@byteab
byteab / hand-drawn-character-creator.html
Created August 17, 2026 15:28
Seeded procedural animated hand drawn like characters, Canvas2D brush strokes on a Three.js rig.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Who are you?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
@ih2502mk
ih2502mk / list.md
Last active August 18, 2026 09:32
Quantopian Lectures Saved
@mewforest
mewforest / regular-expressions.md
Last active August 18, 2026 09:29
Шпаргалка по регулярным выражениями

Регулярные выражения

Символы

  • . - любой символ

  • a - символ буквы "a" (тоже и с другими буквами)

  • \n - символ переноса строки

  • \t - символ табуляции

  • \d - все числа, тоже что и [0-9]

@Alimammiya
Alimammiya / gate-cse-study-material.md
Last active August 18, 2026 09:29
Free GATE CSE 2027 Study Material: Download Subject wise Notes & PYQs

Free GATE CSE 2027 Study Material: Download Subject wise Notes & PYQs

Welcome to the comprehensive, community-driven resource repository for GATE Computer Science & Information Technology (CS & IT) 2027 aspirants. Securing a top rank in the Graduate Aptitude Test in Engineering (GATE) unlocks direct admissions to premier postgraduate programs (M.Tech/Ph.D.) at IITs, NITs, and IISc, alongside prestigious technical roles within leading PSUs.

This repository serves as a centralized documentation hub compiled from authoritative open-source archives, topper strategies, and verified learning pathways.


📌 Table of Contents

  1. Core Syllabus Structure & Weightage Analysis
@bradtraversy
bradtraversy / laravel_valet_setup.md
Last active August 18, 2026 09:28
Laravel Valet install on mac

Laravel Valet Setup (Mac)

This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well

Install Homebrew

Go to https://brew.sh/ and copy the command and run in your terminal

It will be something like this...

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@k16shikano
k16shikano / SKILL.md
Last active August 18, 2026 09:28
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

整形

@senrecep
senrecep / README.md
Last active August 18, 2026 09:27
AI-driven setup and migration guide for Claude Code ↔ OpenCode with auto-install, skills, MCP servers, and bidirectional sync

AI Code Assistant Ecosystem Setup

AI-driven setup and optimization guide for Claude Code, OpenCode, and cross-platform tools

Quick Start: Share this gist and say:

Read this gist and set up my project: https://gist.github.com/senrecep/98d3583717581a4138bac62344261f6f
@nguyenvanvinhcdt
nguyenvanvinhcdt / app_version.json
Last active August 18, 2026 09:25
Popup thông báo nội dung được thay đổi cho App Tịnh Độ Pháp Âm
{
"latest_version": "1.0.4",
"force_update": false,
"store_url": "https://play.google.com/store/apps/details?id=com.vinhdev.tinhdophapam",
"release_notes": [
"Cập nhật thêm một số bài giảng của HT Tịnh Không"
]
}